home *** CD-ROM | disk | FTP | other *** search
/ Read180 NEXT Generation - Topic Software / R180 NG Media 1.mdf / README.txt < prev   
Text File  |  2014-01-24  |  703b  |  13 lines

  1. By default Redhat Enterprise Linux machines do not allow binary files on CD's to be executed. You can change the defaults, or simply mount the CD manually with the exec bit set.
  2.  
  3. mount DEVICE MOUNT_POINT -o exec
  4.  
  5. Example: mount /dev/hdc /media -o exec
  6.  
  7. Setting the exec bit allows all binary files on DEVICE to be executed.
  8.  
  9.  
  10. ----------------------------------------------------------------------
  11.  
  12.  
  13. Linux installers are required to run as root.  However, when an installer is run through 'sudo' or 'sudo su' and env_reset is set in sudoers, the DISPLAY environment variable is not passed into the sudo session.  Use 'sudo -E' or 'sudo -E su' to override env_reset and preserve the environment.